home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / clipwhat.zip / README.TXT < prev    next >
Text File  |  1993-01-04  |  967b  |  24 lines

  1. The following files are included in this set.  They are for:
  2.  
  3. SCREENS  ARC  -- The "SQZ" files for the included screens
  4. PAS_SRC  ARC  -- The Turbo source and screen for Bindscrn.com
  5. CRSONOF  ASM  -- Source for the cursor routines (from NAN12.ARC)
  6. CRSONOF  OBJ  \
  7. DEMOSCRN OBJ  |- The linkable object modules for the demo program
  8. DEMODRIV OBJ  /  
  9. DEMODRIV PRG  -- Source for the (silly) demo program
  10. BINDSCRN DOC  -- A rough doc file on using Bindscrn
  11.  
  12. The routines should work equally well with either W'85 or A'86
  13. versions of Clipper.  I've used them with both.
  14.  
  15. You will need a version of SAYWHAT! that supports the inclusion of 
  16. screens in Turbo Pascal as external procedures.  The programs in this
  17. set use essentially the same approach.  The version I used was dated
  18. 4/11/86.  I would guess that any published since then will be OK.
  19.  
  20. To link the demo:
  21. link demodriv+crsonof+demoscrn;
  22.               or
  23. plink86 FI demodriv,crsonof,demoscrn
  24.